home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / procps.postrm < prev    next >
Encoding:
Text File  |  2007-03-07  |  433 b   |  16 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installmenu
  4. if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
  5. # End automatically added section
  6. # Automatically added by dh_installinit
  7. if [ "$1" = "purge" ] ; then
  8.     update-rc.d procps.sh remove >/dev/null || exit $?
  9. fi
  10. # End automatically added section
  11. # Automatically added by dh_makeshlibs
  12. if [ "$1" = "remove" ]; then
  13.     ldconfig
  14. fi
  15. # End automatically added section
  16.